ISCModelDirectoryCollection

The Model Directory Collection lists all top-level Model Directories available including the one made available with the application user interface. A client can register new Model Directories with this collection.

Method

Description

IUnknown _NewEnum()

Constructs an instance of the collection enumerator object.

ISCModelDirectory * Add(BSTR Locator, VARIANT Disposition [optional])

Adds a new top-level directory on the list of available directories.

VARIANT_BOOL Clear()

Removes all the top-level directories from a collection and disconnects the directories from associated marts.

long Count()

The number of ModelDirectory components in the collection.

ISCModelObject * Item(long nIndex)

Returns an IUnknown interface pointer identified by its ordered position.

VARIANT_BOOL Remove(VARIANT Selector,

VARIANT_BOOL Disconnect [optional])

Removes a top-level directory from the list of available directories.